PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFSignatureCalculatorEvent Class / getContentToSign Method
In This Topic
    getContentToSign Method
    In This Topic
    Gets the content to be signed.
    Syntax
    public byte[] getContentToSign()

    Return Value

    The complete DER encoded content on which the signature is computed. It includes the contentHash and signed attributes.
    See Also